C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGridDetailProvider<TItem> Class
Members

FlexGridDetailProvider<TItem> Class
Implements detail rows for FlexGrid control.
Object Model
FlexGridDetailProvider<TItem> ClassGridLength Structure
Syntax
Type Parameters
TItem
Remarks
To add detail rows to a FlexGrid control, create an instance of a FlexGridDetailProvider<TItem> and add it to the Behaviors property collection, then set RowDetailTemplate or handle DetailCellCreating to provide the details.
Inheritance Hierarchy

System.Object
   Microsoft.AspNetCore.Components.ComponentBase
      C1.Blazor.Core.C1Behavior<T>
         C1.Blazor.Grid.FlexGridDetailProvider<TItem>

See Also